object ProxyServerSettings: TProxyServerSettings Left = 297 Top = 151 BorderStyle = bsDialog Caption = 'Proxy Settings' ClientHeight = 166 ClientWidth = 349 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 29 Width = 64 Height = 13 Caption = 'Proxy Adress:' end object Label2: TLabel Left = 307 Top = 25 Width = 22 Height = 13 Caption = 'Port:' end object Label3: TLabel Left = 8 Top = 97 Width = 207 Height = 13 Caption = 'If your proxy requires password,enter it here:' end object Label4: TLabel Left = 8 Top = 118 Width = 72 Height = 13 Caption = 'Proxy Account:' end object Label5: TLabel Left = 147 Top = 118 Width = 75 Height = 13 Caption = 'Proxy Password' end object Label6: TLabel Left = 284 Top = 47 Width = 3 Height = 16 Caption = ':' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TButton Left = 271 Top = 107 Width = 76 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 271 Top = 137 Width = 76 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object UseProxyCheckBox: TCheckBox Left = 7 Top = 6 Width = 262 Height = 15 Caption = 'Connect to the Internet through this proxy server:' TabOrder = 2 OnClick = UseProxyCheckBoxClick end object AdressEdit: TEdit Left = 7 Top = 45 Width = 260 Height = 21 Color = clMenu Enabled = False TabOrder = 3 end object PortEdit: TEdit Left = 306 Top = 45 Width = 39 Height = 21 Color = clMenu Enabled = False TabOrder = 4 Text = '80' OnChange = PortEditChange end object AccountEdit: TEdit Left = 7 Top = 134 Width = 100 Height = 21 Color = clMenu Enabled = False TabOrder = 5 end object PasswordEdit: TEdit Left = 146 Top = 134 Width = 112 Height = 21 Color = clMenu Enabled = False PasswordChar = '*' TabOrder = 6 end object AutoConfigBtn: TButton Left = 271 Top = 77 Width = 76 Height = 26 Cancel = True Caption = 'Autoconfigure' TabOrder = 7 OnClick = AutoConfigBtnClick end object hlp: TEdit Left = 280 Top = 7 Width = 8 Height = 21 TabOrder = 8 Visible = False end end